const runtime.stackPoisonCopy
3 uses
runtime (current package)
stack.go#L122: stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy
stack.go#L872: if stackPoisonCopy != 0 {
stack.go#L933: if stackPoisonCopy != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)